home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_58 / frame_25 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  126 b   |  9 lines

  1. tellTarget("/")
  2. {
  3.    BGSnd.gotoAndPlay("Killed");
  4.    for(var g in Ghost)
  5.    {
  6.       Ghost[g]._visible = false;
  7.    }
  8. }
  9.